home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MODLPRO8.DIR / 00043_Script_43 < prev    next >
Text File  |  1996-02-22  |  3KB  |  141 lines

  1. on exitframe
  2.   if not soundbusy(1) then
  3.     sound stop 1
  4.     sound playfile 1, "modlprof.aif"
  5.   end if
  6.   if rollover(3) then
  7.     set the visible of sprite 22 to true
  8.     updatestage
  9.   else
  10.     set the visible of sprite 22 to false
  11.     updatestage
  12.   end if
  13.   if rollover(4) then
  14.     set the visible of sprite 23 to true
  15.     updatestage
  16.   else
  17.     set the visible of sprite 23 to false
  18.     updatestage
  19.   end if
  20.   if rollover(5) then
  21.     set the visible of sprite 24 to true
  22.     updatestage
  23.   else
  24.     set the visible of sprite 24 to false
  25.     updatestage
  26.   end if
  27.   if rollover(6) then
  28.     set the visible of sprite 25 to true
  29.     updatestage
  30.   else
  31.     set the visible of sprite 25 to false
  32.     updatestage
  33.   end if
  34.   if rollover(7) then
  35.     set the visible of sprite 26 to true
  36.     updatestage
  37.   else
  38.     set the visible of sprite 26 to false
  39.     updatestage
  40.   end if
  41.   if rollover(8) then
  42.     set the visible of sprite 27 to true
  43.     updatestage
  44.   else
  45.     set the visible of sprite 27 to false
  46.     updatestage
  47.   end if
  48.   if rollover(9) then
  49.     set the visible of sprite 28 to true
  50.     updatestage
  51.   else
  52.     set the visible of sprite 28 to false
  53.     updatestage
  54.   end if
  55.   if rollover(10) then
  56.     set the visible of sprite 29 to true
  57.     updatestage
  58.   else
  59.     set the visible of sprite 29 to false
  60.     updatestage
  61.   end if
  62.   if rollover(11) then
  63.     set the visible of sprite 30 to true
  64.     updatestage
  65.   else
  66.     set the visible of sprite 30 to false
  67.     updatestage
  68.   end if
  69.   if rollover(12) then
  70.     set the visible of sprite 31 to true
  71.     updatestage
  72.   else
  73.     set the visible of sprite 31 to false
  74.     updatestage
  75.   end if
  76.   if rollover(13) then
  77.     set the visible of sprite 32 to true
  78.     updatestage
  79.   else
  80.     set the visible of sprite 32 to false
  81.     updatestage
  82.   end if
  83.   if rollover(14) then
  84.     set the visible of sprite 33 to true
  85.     updatestage
  86.   else
  87.     set the visible of sprite 33 to false
  88.     updatestage
  89.   end if
  90.   if rollover(15) then
  91.     set the visible of sprite 34 to true
  92.     updatestage
  93.   else
  94.     set the visible of sprite 34 to false
  95.     updatestage
  96.   end if
  97.   if rollover(16) then
  98.     set the visible of sprite 35 to true
  99.     updatestage
  100.   else
  101.     set the visible of sprite 35 to false
  102.     updatestage
  103.   end if
  104.   if rollover(17) then
  105.     set the visible of sprite 36 to true
  106.     updatestage
  107.   else
  108.     set the visible of sprite 36 to false
  109.     updatestage
  110.   end if
  111.   if rollover(18) then
  112.     set the visible of sprite 37 to true
  113.     updatestage
  114.   else
  115.     set the visible of sprite 37 to false
  116.     updatestage
  117.   end if
  118.   if rollover(19) then
  119.     set the visible of sprite 38 to true
  120.     updatestage
  121.   else
  122.     set the visible of sprite 38 to false
  123.     updatestage
  124.   end if
  125.   if rollover(20) then
  126.     set the visible of sprite 39 to true
  127.     updatestage
  128.   else
  129.     set the visible of sprite 39 to false
  130.     updatestage
  131.   end if
  132.   if rollover(21) then
  133.     set the visible of sprite 40 to true
  134.     updatestage
  135.   else
  136.     set the visible of sprite 40 to false
  137.     updatestage
  138.   end if
  139.   go loop
  140. end
  141.